Equivalent weight — is the amount of an element that reacts, or is involved in reaction with, 1 mole of electrons. It is defined by many texts as the weight of the element combining with 1 g hydrogen, 8 g oxygen or 35.5 g chlorine, each of which would either provide … Wikipedia
Functional fixedness — is a cognitive bias that limits a person to using an object only in the way it is traditionally used. The concept of functional fixedness originated in Gestalt Psychology, a movement in psychology that emphasizes holistic processing. Karl Duncker … Wikipedia
Functional verification — Functional verification, in electronic design automation, is the task of verifying that the logic design conforms to specification. In everyday terms, functional verification attempts to answer the question Does this proposed design do what is… … Wikipedia
Functional programming — In computer science, functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of functions, in contrast with the… … Wikipedia
Functional dependency — A functional dependency (FD) is a constraint between two sets of attributes in a relation from a database.Given a relation R , a set of attributes X in R is said to functionally determine another attribute Y , also in R , (written X → Y ) if and… … Wikipedia
Functional predicate — In formal logic and related branches of mathematics, a functional predicate, or function symbol, is a logical symbol that may be applied to an object term to produce another object term.Functional predicates are also sometimes called mappings ,… … Wikipedia
Functional Software Architecture — A Functional Software Architecture (FSA) is an architectural model that identifies enterprise functions, interactions and corresponding IT needs. These functions can be used as reference by different domain experts to develop IT systems as part… … Wikipedia
Functional determinant — In mathematics, if S is a linear operator mapping a function space V to itself, it is possible to define an infinite dimensional generalization of the determinant in some cases.The corresponding quantity det( S ) is called the functional… … Wikipedia
Functional response — In ecology, functional response is a term used to describe the relationship between the density of prey in a certain area and the average number of prey consumed by each predator in that area. The concept was introduced by work on small mammals… … Wikipedia
functional disorder — a condition in which a patient complains of symptoms for which no physical cause can be found. Such a condition is frequently an indication of a psychiatric disorder. Compare organic disorder. * * * a disorder of physiological function having no… … Medical dictionary
Monad (functional programming) — In functional programming, a monad is a programming structure that represents computations. Monads are a kind of abstract data type constructor that encapsulate program logic instead of data in the domain model. A defined monad allows the… … Wikipedia